runtime.spanClass.noscan (method)
13 uses
runtime (current package)
mbitmap.go#L179: if spc.noscan() {
mbitmap.go#L219: if span.spanclass.noscan() {
mbitmap.go#L543: if (!s.spanclass.noscan() && heapBitsInSpan(s.elemsize)) || s.isUserArenaChunk {
mbitmap.go#L567: if span.spanclass.noscan() {
mbitmap.go#L1790: if s.spanclass.noscan() {
mfinal.go#L446: if !span.spanclass.noscan() && !heapBitsInSpan(span.elemsize) && span.spanclass.sizeclass() != 0 {
mgcmark.go#L394: if !s.spanclass.noscan() {
mgcmark.go#L1400: if s.spanclass.noscan() {
mgcmark.go#L1622: if span.spanclass.noscan() {
mheap.go#L572: func (sc spanClass) noscan() bool {
mheap.go#L1405: if !s.spanclass.noscan() && heapBitsInSpan(s.elemsize) {
mheap.go#L1982: if !span.spanclass.noscan() {
mwbbuf.go#L258: if span.spanclass.noscan() {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |